/* @Inc:https://www.hz-xg.com/@Author:fegq @Descripttion:@version:@Date:2020-09-10 09:29:28 @LastEditors:fegq @LastEditTime:2020-09-10 15:06:18 */
/* @Inc:https://www.hz-xg.com/@Author:fegq @Descripttion:@version:@Date:2020-09-10 09:29:22 @LastEditors:fegq @LastEditTime:2020-09-10 11:42:32 */
/* @Inc:https://www.hz-xg.com/@Author:fegq @Descripttion:@version:@Date:2020-09-10 09:29:33 @LastEditors:fegq @LastEditTime:2020-09-10 15:06:09 */
@-webkit-keyframes imgScaling {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1.5); transform: scale(1.5); }
}
@keyframes imgScaling {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(1.5); transform: scale(1.5); }
}
@-webkit-keyframes videoPlayIn {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes videoPlayIn {
  0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes videoPlayOut {
  0% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@keyframes videoPlayOut {
  0% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
.header-inner,.banner-text-item,.banner-arrow,main section.block,main section .block-about-inner,main section .block-tech-inner,main section .block-adv-inner,.footer-inner,.child-banner-text,.child-nav-ls,.block-about-count,.block-about-poster { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto; max-width: 1680px; width: 100%; }
.block-mid { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto; max-width: 1680px; width: 100%; }
.nav-ls { display: -webkit-box; display: -ms-flexbox; display: flex; }
.nav-ls > li { margin-left: 15px; width: 125px; height: 100px; text-align: right; }
.nav-ls > li > a { position: relative; display: inline-block; height: 100px; line-height: 100px; color: #fff; font-size: 16px; }
.nav-ls > li > a::after { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 3px; content: ''; background-color: transparent; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.nav-ls > li > ul { display: none; position: relative; top: 0; left: 30px; width: 140px; text-align: center; background-color: rgba(255,255,255,0.85); -webkit-box-shadow: 5px 0 30px rgba(0,14,25,0.15); box-shadow: 5px 0 30px rgba(0,14,25,0.15); }
.nav-ls > li > ul li { position: relative; height: 50px; line-height: 50px; z-index: 1; }
.nav-ls > li > ul li a { color: #333; font-size: 12px; }
.nav-ls > li > ul li::after { position: absolute; left: 0; top: 0; content: ''; width: 0; height: 100%; background-color: #fff; -webkit-transition: all .4s; transition: all .4s; z-index: -1; }
.nav-ls > li > ul li:hover a { color: #0c4594; font-weight: bold; }
.nav-ls > li > ul li:hover::after { left: 0; width: 100%; background-color: rgba(255,255,255,0.85); }
.nav-ls > li.active a::after,.nav-ls > li:hover a::after { width: 100%; background-color: #fff; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
header { position: absolute; top: 0; width: 100%; height: 100px; border-bottom: 1px solid rgba(255,255,255,0.26); z-index: 100; }
header .header-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100px; }
header .header-inner .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 530px; }
header .header-inner .header-left a { display: block; width: 242px; height: 48px; }
header .header-inner .header-left a img { margin: 0 auto; display: inline-block; width: 100%; height: 100%; }
header .header-inner .header-left i { display: block; margin: 0 15px; width: 2px; height: 30px; line-height: 30px; font-style: normal; background-color: #fff; }
header .header-inner .header-left p span { display: block; font-size: 18px; font-weight: bold; }
header .header-inner .header-left p span:first-child { color: #fff; }
header .header-inner .header-left p span:last-child { color: #fff; }
header:hover { -webkit-box-shadow: 5px 0 30px rgba(0,14,25,0.15); box-shadow: 5px 0 30px rgba(0,14,25,0.15); }
header.fixed { position: fixed; background-color: #fff; -webkit-box-shadow: 5px 0 30px rgba(0,14,25,0.15); box-shadow: 5px 0 30px rgba(0,14,25,0.15); }
header.fixed .header-inner .header-left p span { color: #333; }
header.fixed .header-inner .header-left p span.red { color: #d7000f; }
header.fixed .header-inner .nav-ls li a::after { background-color: #333; }
header.fixed .header-inner .nav-ls li ul { background-color: white; -webkit-box-shadow: 0 5px 7px 0 rgba(0,14,25,0.5); box-shadow: 0 5px 7px 0 rgba(0,14,25,0.5); }
header.fixed .header-inner .nav-ls li ul li:hover a { font-weight: bold; }
header.fixed .header-inner .nav-ls li.active a { font-weight: bold; }
header.fixed span,header.fixed a { color: #333; }
.child header { position: relative; top: 0; background-color: #fff; }
.child header .header-inner .header-left p span { color: #333; }
.child header .header-inner .header-left p span.red { color: #d7000f; }
.child header .header-inner .nav-ls li a::after { background-color: #333; }
.child header .header-inner .nav-ls li ul { background-color: white; -webkit-box-shadow: 0 5px 7px 0 rgba(0,14,25,0.5); box-shadow: 0 5px 7px 0 rgba(0,14,25,0.5); }
.child header .header-inner .nav-ls li ul li:hover a { font-weight: bold; }
.child header .header-inner .nav-ls li.active a { font-weight: bold; }
.child header span,.child header a { color: #333; }
footer { width: 100%; min-height: 476px; background-color: #333f4f; }
footer .footer-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
footer .footer-inner .footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 15px; padding-top: 35px; padding-bottom: 35px; width: 100%; height: 70px; border-bottom: 1px solid #e5e5e5; }
footer .footer-inner .footer-top .nav-ls li a::after { display: none; }
footer .footer-inner .footer-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; min-height: 321px; }
footer .footer-inner .footer-bottom .footer-bottom-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 45px 0; width: 100%; height: 150px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-left h3 { margin-bottom: 25px; color: #fff; font-size: 20px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-left ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 710px; width: 100%; height: 100%; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-left ul li { margin-bottom: 15px; padding-right: 10px; font-size: 16px; color: #fff; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; width: 270px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p { width: 110px; height: 150px; text-align: center; color: #999; font-size: 14px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p img,footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p span { margin: 0 auto; display: inline-block; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p img { max-width: 110px; max-height: 110px; width: 100%; height: 110px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p span { height: 40px; line-height: 40px; }
footer .footer-inner .footer-bottom .footer-bottom-info .footer-bottom-info-right p:first-child { margin-right: 50px; }
footer .footer-inner .footer-bottom .footer-bottom-copyright { margin-bottom: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; height: 30px; line-height: 30px; color: #999; font-size: 14px; }
footer .footer-inner .footer-bottom .footer-bottom-copyright p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; line-height: 30px; }
footer .footer-inner .footer-bottom .footer-bottom-copyright p a { color: #999; }
footer .footer-inner .footer-bottom .footer-bottom-copyright p a.footer-logo-xghl { display: block; margin-left: 10px; width: 70px; height: 23px; }
footer .footer-inner .footer-bottom .footer-bottom-link { color: #999; font-size: 14px; }
footer .footer-inner .footer-bottom .footer-bottom-link p a { color: #999; font-size: 14px; }
@media all and (max-width:1441px) and (min-width:1023px) {
  .header-right{width: 70%;}
  .header-inner,.banner-text-item,.banner-arrow,main section.block,.footer-inner { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2.5%; max-width: 1440px !important; width: 100% !important; }
  .nav-ls > li { margin-left: 15px; width: 11%; }
  .nav-ls > li > ul { left: 50%; transform: translateX(-50%); width: 100%; padding: 0 20px; }
  .nav-ls > li > ul li { height: 35px; line-height: 35px; }
  header .header-inner .header-left a { width: 161.3333333333px; height: 32px; }
  header .header-inner .header-left i { display: block; margin: 0 10px; width: 2px; height: 30px; line-height: 30px; font-style: normal; background-color: #fff; }
  header .header-inner .header-left p { width: 235px; }
  header .header-inner .header-left p span { font-size: 16px; }
}
@-webkit-keyframes videoModal {
  0% { -webkit-transform: scale(0.5); transform: scale(0.5); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes videoModal {
  0% { -webkit-transform: scale(0.5); transform: scale(0.5); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
.video-modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,0.5); -webkit-transition: all .5s; transition: all .5s; z-index: 111111; }
.video-modal .video-modal-inner { width: 50%; height: 530px; background-color: #fff; -webkit-transition: all .5s; transition: all .5s; -webkit-animation: videoModal 0.5s ease-in-out 1; animation: videoModal 0.5s ease-in-out 1; }
.video-modal .video-modal-inner .video-modal-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; width: 100%; height: 50px; line-height: 50px; background-color: #000; font-weight: 500; color: #fff; font-size: 18px; }
.video-modal .video-modal-inner .video-modal-title .video-modal-close { font-size: 20px; cursor: pointer; }
.video-modal .video-modal-inner .video-modal-content { width: 100%; height: 480px; background-color: #000; overflow: hidden; }
.video-modal .video-modal-inner .video-modal-content video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -ms-object-fit: cover; outline: none; }
.video-modal.show { display: -webkit-box; display: -ms-flexbox; display: flex; }
.product-page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 auto; max-width: 1400px; width: 90%; }
.product-page div { max-width: 200px; margin-right: 5%; }
.product-page .product-page-ls { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }
.product-page .product-page-ls li { margin-right: 5px; width: 50px; height: 50px; line-height: 50px; text-align: center; background-color: #e8e8e8; border-radius: 8px; }
.product-page .product-page-ls li a { color: #000; }
.product-page .product-page-ls li a.product-page-dot { position: relative; top: -5px; }
.product-page .product-page-ls li a.icon { font-size: 20px; }
.product-page .product-page-ls li:hover,.product-page .product-page-ls li.active { background-color: #000; cursor: pointer; }
.product-page .product-page-ls li:hover a,.product-page .product-page-ls li.active a { color: #fff; }
.child-content-mid { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 100px 140px; max-width: 1400px; width: 100%; }
.gotop { display: none; position: fixed; right: 22px; bottom: 140px; width: 50px; height: 50px; line-height: 50px; -webkit-box-shadow: 0 2px 5px 0 #ccc; box-shadow: 0 2px 5px 0 #ccc; background-color: #fff; text-align: center; z-index: 9999; }
.gotop i { font-size: 24px; -webkit-transition: all .5s; transition: all .5s; }
.gotop:hover { cursor: pointer; }
.gotop:hover i { color: #0c4594; font-size: 26px; }
.gotop.fixed { display: block; }
